home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / comm / tcp / ARWS-Miami.lha / ARWS-Miami-Install.doc next >
Text File  |  1998-02-08  |  1KB  |  58 lines

  1. * For Miami
  2.  
  3. Open Miami, select "Database" and then select "InetD" from the combo box at the top
  4.  
  5. Add the following entry:
  6.  
  7. Service  = arws
  8. Socket   = stream
  9. Protocol = tcp
  10. Wait     = dos
  11. User     = bin
  12. Server   = ARexxWebServer
  13. Name     = sys:rexxc/rx
  14. Args     = <path to where you installed arws>/webserver.rexx
  15.            For example : Comms:arws/webserver.rexx
  16.  
  17. Select "services" from the combo box at the top
  18.  
  19. Add the following entry :
  20.  
  21. Name     = arws
  22. ID       = 80
  23. Protocol = tcp
  24.  
  25. Now SAVE your settings
  26.  
  27. General configuration (Miami / AmiTCP)
  28. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  29.  
  30. Now edit webserver.rexx and do the following :
  31.  
  32. Line 8  : change path="amitcp/www" to <path you installed arws to>/www
  33.                  ^^^^^^^^^^^^^^^^^
  34.           For example : Comms:arws/www
  35.  
  36. Line 53 : change command "rx " to command "sys:rexxc/rx "
  37.                  ^^^^^^^^^^^^^
  38.  
  39. Line 59 : change command "rx " to command "sys:rexxc/rx "
  40.                  ^^^^^^^^^^^^^
  41.  
  42. Now edit arws/www/cgi-bin/counter.cgi and do the following :
  43.  
  44. Line 6  : change path = 'cgi-bin/' to <path you installed arws to>/www/cgi-bin/
  45.                  ^^^^^^^^^^^^^^^^^
  46.           For example Comms:arws/www/cgi-bin/
  47.  
  48. How to test it works
  49. ~~~~~~~~~~~~~~~~~~~~
  50.  
  51. Make sure Miami / AmiTCP is running
  52.  
  53. Load your web browser
  54.  
  55. In the URL bar type : http://127.0.0.1
  56.  
  57. and you should see the arws web page
  58.